PDF4Java Reference Documentation
com.o2sol.pdf4java.spatial Package / PDFRectilinearMeasure Class / setCXY Method
A factor that shall be used to convert the largest units along the y axis to the largest units along the x axis.
In This Topic
    setCXY Method
    In This Topic
    Sets the conversion factor.
    It shall be used for calculations (distance, area, and angle) where the units are be equivalent; if not specified, these calculations may not be performed.
    Syntax
    public void setCXY( 
       double value
    )

    Parameters

    value
    A factor that shall be used to convert the largest units along the y axis to the largest units along the x axis.
    See Also